Appliance Logging Forwarding Config

Appliance Logging Forwarding Config
Appliance Logging Forwarding Config

The Appliance Logging Forwarding Config schema defines the configuration for log message forwarding to remote logging servers.

This schema was added in vSphere API 6.7.

JSON Example
{
    "hostname": "string",
    "port": 0,
    "protocol": "string"
}
string
hostname
Required

FQDN or IP address of the logging server to which messages are forwarded.

This property was added in vSphere API 6.7.

integer As int64 As int64
port
Required

The port on which the remote logging server is listening for forwarded log messages.

This property was added in vSphere API 6.7.

string
protocol
Required

Transport protocol used to forward log messages.

For more information see: Appliance Logging Forwarding Protocol.

This property was added in vSphere API 6.7.